home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global md2, rantime, mp
- set the movieRate of sprite 7 to 0
- go(marker(0) + 1)
- set the cursor of sprite 5 to 4
- set rantime to the ticks
- set mp to 5
- if the castNum of sprite 5 = the number of cast "e2fict" then
- set the castNum of sprite 5 to the number of cast "s2fict"
- set md2 to the duration of cast the number of cast "s2fict" - 3
- else
- set md2 to the duration of cast (the castNum of sprite 5 + 1) - 3
- set the castNum of sprite 5 to the castNum of sprite 5 + 1
- end if
- set the cursor of sprite 5 to [50, 51]
- end
-